home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware City / Developers / shutdown-fx-20-c / sfx init ƒ / code ƒ / sfx gestalt.h < prev    next >
Text File  |  1994-07-11  |  279b  |  7 lines

  1. short MakeNewGestaltSelectors(void);
  2. short SetGestaltProcPtrs(ProcPtr fadeProcPtr, ProcPtr shutdownProcPtr,
  3.     ProcPtr restartProcPtr);
  4. short GetGestaltProcPtrs(ProcPtr *fadeProcPtr, ProcPtr *shutdownProcPtr,
  5.     ProcPtr *restartProcPtr);
  6. Boolean sfxGestaltFunctionInstalledQQ(void);
  7.